From 2599c5aed36753e24f4b84647fb745bb03d4ff8f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Mar 2021 13:27:28 -0400 Subject: [PATCH] gsk: Typo fix --- gsk/gskenums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/gskenums.h b/gsk/gskenums.h index 5b0afb78a3..fdea6d74a5 100644 --- a/gsk/gskenums.h +++ b/gsk/gskenums.h @@ -209,7 +209,7 @@ typedef enum { * * Also keep in mind that rounding errors may cause matrices to not * conform to their categories. Otherwise, matrix operations done via - * mutliplication will not worsen categories. So for the matrix + * multiplication will not worsen categories. So for the matrix * multiplication `C = A * B`, `category(C) = MIN (category(A), category(B))`. */ typedef enum -- 2.30.2